Welcome![Sign In][Sign Up]
Location:
Search - flash start

Search list

[DSP programDEC6713_BOOT

Description: TMS32C6713启动程序,中间含怎么通过JTAG口烧写程序到FLASH中-TMS32C6713 start the program, including how the middle of programming through the JTAG port to FLASH program
Platform: | Size: 265216 | Author: 刘楷 | Hits:

[DSP programC6000DSP_flash

Description: C6000DSP_flash自启动,很多人问如何用flash自动加载程序给DSP6713,这个有帮助。-C6000DSP_flash from the start, many people have asked how to use auto flash loader to DSP6713, this has helped.
Platform: | Size: 104448 | Author: 洪峰 | Hits:

[FlashMX01Start

Description: 这是一个flash源文件,效果很好,测试平台为flash 8.0(如果提示问题请选择合适的版本试试),代码的效果是:开始-This is a flash source file, the effect is good, the test platform for flash 8.0 (if the question, please select the appropriate version to try), the effect of the code is: Start
Platform: | Size: 120832 | Author: | Hits:

[FlashMX03Start

Description: 这是一个flash源文件,效果很好,测试平台为flash 8.0(如果提示问题请选择合适的版本试试),代码的效果是:开始3-This is a flash source file, the effect is good, the test platform for flash 8.0 (if the question, please select the appropriate version to try), the effect of the code is: Start 3
Platform: | Size: 21504 | Author: | Hits:

[FlashMX04Start

Description: 这是一个flash源文件,效果很好,测试平台为flash 8.0(如果提示问题请选择合适的版本试试),代码的效果是:开始-This is a flash source file, the effect is good, the test platform for flash 8.0 (if the question, please select the appropriate version to try), the effect of the code is: Start
Platform: | Size: 1914880 | Author: xiaomingw | Hits:

[FlashMX05Start

Description: 这是一个flash源文件,效果很好,测试平台为flash 8.0(如果提示问题请选择合适的版本试试),代码的效果是:开始-This is a flash source file, the effect is good, the test platform for flash 8.0 (if the question, please select the appropriate version to try), the effect of the code is: Start
Platform: | Size: 2152448 | Author: xiaomingw | Hits:

[uCOSUCOSstart-Key

Description: 这是UCOS在ARM7上的按键仿真(proteus),自己测试完全可以实现,比如用一个发送"按钮”启动LED闪烁或者串口任务。-This is UCOS ARM7 buttons in the simulation (proteus), his test completely realized, such as using a send "button" to start LED flash or serial task.
Platform: | Size: 400384 | Author: 康康 | Hits:

[DSP programF2812_EXFlash

Description: F2812扩展外部Flash,实现读写数据。(CCS3.3开发环境下) 功 能:访问外部Flash空间,与外部Flash可以实现读写数据 说 明:本实验是和外部RAM实验连起来的,先给外部RAM进行写数据操作,然后再把RAM里的数据写到外部FLASH中。本实验中,请在BlockErase(0)这一行设置断点,当运行至断点时,点击view,然后点击memory来查看存储空间,Address填写0x00080000,点击ok,就能看到从0x00080000开始,各个存储单元的值从0开始递增。-F2812 extended external Flash, to achieve read and write data. (CCS3.3 development environment) functions: access to external Flash space, and external Flash can read and write data Description: This study is experimental and external RAM connected together, you d write to external RAM data manipulation, and then write the data in RAM external FLASH. In this study, please BlockErase (0) line to set a breakpoint, when the run to the breakpoint, click on view, and then click to view the storage space memory, Address fill 0x00080000, click ok, you can see from 0x00080000 start, all storage unit value increased from 0.
Platform: | Size: 89088 | Author: 奋斗不止 | Hits:

[FlashMXPLAYSTOP

Description: 这是一个flash源文件,效果很好,测试平台为flash 8.0(如果提示问题请选择合适的版本试试),代码的效果是:开始和停止控制-This is a flash source file, the effect is very good, the test platform for Flash 8 ( if the question please choose the right version to try), code effect is: start and stop control
Platform: | Size: 137216 | Author: xiaomingw | Hits:

[Linux-Unixuffs-v1.3.3

Description: UFFS v1.3.3 is released. - Simplify flash interface. - Improved bad block handling. - Better support for MLC NAND flash. - Added hardware ECC and RS-ECC controller emulator. - Bug fixes. The biggest change of this release is on the flash interface. We simplify the flash interface, writting a NAND flash driver is much simpler than befor. The flash-interface-example.c adds the NAND commands demo, it s a good start point to the real NAND flash driver.-UFFS v1.3.3 is released. - Simplify flash interface. - Improved bad block handling. - Better support for MLC NAND flash. - Added hardware ECC and RS-ECC controller emulator. - Bug fixes. The biggest change of this release is on the flash interface. We simplify the flash interface, writting a NAND flash driver is much simpler than befor. The flash-interface-example.c adds the NAND commands demo, it s a good start point to the real NAND flash driver.
Platform: | Size: 863232 | Author: saravana raj | Hits:

[Othercycle-lantern

Description: 1.设计制作一个循环彩灯电路; 2.彩灯数量为8个,8个彩灯依次闪烁彩灯亮灯时间为1秒; 3.循环一次后,8个彩灯同时闪烁一次,时间为1秒,然后开始下一个循环; 4.发光二极管采用共阴极接法。 -(1) design a revolving lantern (2)Lantern number eight, eight lanterns flash in lantern lit for one second (3)loop, eight lanterns blink once for one second, then start the next cycle (4)light-emitting diodes with common cathode connection.
Platform: | Size: 2724864 | Author: 郭腾先 | Hits:

[androidAndroid-system-boot-analyze-

Description: Android系统启动过程分析 本文主要介绍Android系统的启动过程,以Androidinit进程之后部分为主,init之前部分同标准Linux内核启动完全相同。于Android启动过程复杂,涉及C、C++及java部分内容,本文以流程分析为主线旨在让大家在分析Android系统时有个清晰的思路。鉴于本人水平有限,如有阐述不正之处,还请不吝指正,感激不尽! 系统启动大致可分为一下几个阶段: • bootloader---初始化、从Flash读取Kernel镜像及一些必须的配置信息,引导kernel启动 • linuxkernel启动linux内核 • init进程启动 • init进程读取init.rc启动必要的daemon程序,如:adbd、vold、netd、等 • init进程启动servicemanager---随后详细分析其过程 • init进程启动zygote ---随后详细分析其过程 • JAVA部分的Service启动 • init进程启动mediaserver---多媒体本地服务启动 本文主要分析android部分的启动,涉及范围为servicemanager启动到android系统的Java部分的Service -Android system starting procedure analyze .doc This paper mainly introduces the Android system startup process, to Androidinit after process part is given priority to, init with standard Linux kernel part before start completely the same. In Android start-up process complex, involving C, C++ and Java part, this paper to process analysis to let everybody as the main analysis is a system in Android clear ideas. In view of the limited my level, if there is the place of paper is not straight, please not stingy correct, I appreciate! The system can be roughly divided into a few start-up stage: · bootloader-initialization, read from Flash Kernel image and some must configuration information, so as to guide the Kernel start · linuxkernel start Linux kernel · init process start · init process read init. Rc start daemon necessary procedures, such as: adbd, vold, netd, etc · init process start servicemanager-then detailed analysis of the process · init process start zygote-then detailed
Platform: | Size: 22528 | Author: netwalk | Hits:

[FlashMXflash41

Description: 源碼關於整flash遊戲,簡單容易入手,方便flash新手-Source on the entire flash games simple and easy to start, easy flash novice
Platform: | Size: 4019200 | Author: wu | Hits:

[WEB Codeckplayer_v5.3

Description: 说明,播放器需要放在iis网站目录里才可以正常运行播放 本播放器为免费软件,您可以放心使用于商业或非商业的网站 超酷网页视频播放器-CKplayer v5.3 更新日志 1、对于自动播放或前置广告存在的情况下的bug 功能列表如下: 1、支持http协议下的flv,f4v,mp4视频; 2、支持rtmp协议视频流; 3、支持rtmp协议下的视频回放 4、支持多段视频无缝播放 5、可以自己定义界面内容:如定义开始/暂停按钮,显示已播放时间/总时间,静音/取消静音按钮,音量调节,全屏/取消全屏按钮,进度条,视频等的大小和位置以及图片样式,各种提示文本; 6、支持JS互动,用户进行各项操作(如调节音量,开始/暂停,静音/取消静音,全屏/取消全屏等操作时都会返回相关状态),该功能需要手动开启; 7、支持视频前置广告,(支持flash,图片,视频[flv,f4v,mp4]); 8、支持暂停广告,(目前只支持flash,图片) 9、播放结束支持停止并发送js,停止,和重播 10、支持播放时视频底滚动文字广告 11、支持加载视频前播放自定义LOGO,让播放器看起来更像您的播放器 12、支持超强的简单视频播放和分享功能-Player on the iis web directory can run the normal playback The player is free software, you can safely use in commercial or non-commercial website Cool web video player-CKplayer v5.3 update log 1, the bug for the presence of auto-play or pre-advertising The feature list is as follows: Support for http protocol flv, f4v, mp4 video 2, support the rtmp protocol video stream Support rtmp protocol video playback 4, support for seamless playback of video clips Can define the interface content: such as the definition of start/pause button, and displays the elapsed time/total time, mute/unmute button, volume adjustment, full-screen/cancel the full screen button, the progress bar, video size and location and picture styles, a variety of tip text 6, support JS interaction, the operation (such as adjust the volume, start/pause, mute/unmute, full-screen/Cancel to return operation of the full-screen, etc.), this feature need to manually open 7, support for pre-video advertisin
Platform: | Size: 69632 | Author: 郑孟华 | Hits:

[FlashMXtest

Description: flash在线录音程序,包括开始,停止,播放,删除等功能-flash online recording procedures, including start, stop, play, delete
Platform: | Size: 344064 | Author: yona | Hits:

[WEB Codeckplayer5.5

Description: 超酷网页视频播放器CKplayer功能列表如下: 1、支持http协议下的flv,f4v,mp4视频; 2、支持rtmp协议视频流; 3、支持rtmp协议下的视频回放 4、支持多段视频无缝播放 5、可以自己定义界面内容:如定义开始/暂停按钮,显示已播放时间/总时间,静音/取消静音按钮,音量调节,全屏/取消全屏按钮,进度条,视频等的大小和位置以及图片样式,各种提示文本; 6、支持JS互动,用户进行各项操作(如调节音量,开始/暂停,静音/取消静音,全屏/取消全屏等操作时都会返回相关状态),该功能需要手动开启; 7、支持视频前置广告,(支持flash,图片,视频[flv,f4v,mp4]); 8、支持暂停广告,(目前只支持flash,图片) 9、播放结束支持停止并发送js,停止,和重播, 10、支持播放时视频底滚动文字广告 11、支持加载视频前播放自定义LOGO,让播放器看起来更像您的播放器 12、支持超强的简单视频播放和分享功能 13、在5.5新增加播放结束调用相关视频-Cool web page video player CKplayer list of features is as follows: Support for http protocol flv, f4v, mp4 video 2, support the rtmp protocol video stream Support rtmp protocol video playback 4, support for seamless playback of video clips Can define the interface content: such as the definition of start/pause button, and displays the elapsed time/total time, mute/unmute button, volume adjustment, full-screen/cancel the full screen button, the progress bar, video size and location and picture styles, a variety of tip text 6, support JS interaction, the operation (such as adjust the volume, start/pause, mute/unmute, full-screen/Cancel to return operation of the full-screen, etc.), this feature need to manually open 7, support for pre-video advertising, (support flash, pictures, video [flv, f4v, mp4]) Support to suspend their ads (currently only supports Flash, pictures) 9, the player end of the support to stop and send the js, stop, and replay 10, support fo
Platform: | Size: 80896 | Author: 郑孟华 | Hits:

[SCMUCOS-II----IAR4.42-

Description: 开发环境:EWARM mcu:STM32 UCOS-II移植(IAR4.42版本) 本工程的代码存放在FLASH中(0x08000000~0x0801ffff,共128KB),堆栈和数据放在RAM中(0x20000000~0x20004fff,共20KB)。 本工程共6个任务: 任务名 优先级 功能 AppTaskStart()"Start Task" 3 初始化uC/TCP-IP,触发LED AppTaskKbd() "Keyboard" 4 读取按键和Joystick的状态,并传递给任务AppTaskUserIF() AppTaskUserIF()"User I/F" 5 更新LCD "uC/OS-II Tmr" 29 管理定时器 "uC/OS-II Stat" 30 堆栈使用率统计 "uC/OS-II Idle" 31 空闲任务(当没有其他任务执行时,执行该任务) 按下KEY1来切换TFT显示界面(一屏显示所有任务名称和优先级,一屏显示内核和任务调用情况) -Development environment: EWARM mcu: STM32 UCOS-II portable (IAR4.42 version) of the project code stored in FLASH (0x08000000 ~ 0x0801ffff, a total of 128KB), stack and data on the RAM (0x20000000 ~ 0x20004fff, a total of 20KB). This project a total of six tasks: task priority function AppTaskStart () the Start the Task 3 initialize uC/TCP-IP, trigger LED AppTaskKbd () " Keyboard" 4 reads the state of buttons and Joystick, and passed to the task AppTaskUserIF () AppTaskUserIF () " User I/F" 5 update the LCD " uC/OS-II Tmr" 29 Management timer of uC/OS-II, Stat, 30 stack usage statistics of uC/OS-II, the Idle 31 Idle task name and priority tasks (when no other task execution, the execution of the task) Press KEY1 to switch the TFT display screen (a screen, a screen display kernel and task calls)
Platform: | Size: 1665024 | Author: 刘润jiang | Hits:

[FlashMXFlash_AS3

Description: 这个一个很厉害的Flash高手写的文档,新手可以从零开始学习Flash AS3游戏开发-This is a very powerful Flash expert to write the document, the novice can start from scratch learning Flash AS3 game development
Platform: | Size: 2374656 | Author: rongzhixiu | Hits:

[Linux-Unixusb-modeswitch-1.1.5

Description: USB_ModeSwitch is (surprise!) a mode switching tool for controlling "flip flop" (multiple device) USB gear. Several new USB devices (especially high-speed wireless WAN stuff, there seems to be a chipset from Qualcomm offering that feature) have their MS Windows drivers onboard when plugged in for the first time they act like a flash storage and start installing the driver from there. After that (and on every consecutive plugging) this driver switches the mode internally, the storage device vanishes (in most cases), and a new device (like a USB modem) shows up. The WWAN gear maker Option calls that feature "ZeroCD (TM)". -USB_ModeSwitch is (surprise!) a mode switching tool for controlling "flip flop" (multiple device) USB gear. Several new USB devices (especially high-speed wireless WAN stuff, there seems to be a chipset from Qualcomm offering that feature) have their MS Windows drivers onboard when plugged in for the first time they act like a flash storage and start installing the driver from there. After that (and on every consecutive plugging) this driver switches the mode internally, the storage device vanishes (in most cases), and a new device (like a USB modem) shows up. The WWAN gear maker Option calls that feature "ZeroCD (TM)".
Platform: | Size: 39936 | Author: 齐向楠 | Hits:

[Windows DevelopvcPP-APP_CODE_13

Description: 独立打包,保证可解压,内含大量源码,网上搜集而来。一共10几包,每个包几十兆。 本包内容: 漂亮C++界面源码.rar 漂亮的编辑框.rar 屏幕放大镜源代码.zip 屏幕监控+远程控制+mfc+vc.rar 屏幕录像模块程序设计.zip 屏幕录像源代码.rar 屏幕小精灵.zip 七彩泡泡屏保代码.rar 轻松实现类VC界面.zip 全屏幕播放AVI文件的启动界面程序.rar 全屏幕播放flash的动画启动界面.rar 任务栏终级编程.rar 三种方法来检索处理器信息.zip 深入解剖远程管理软件编写.zip-Independent package, extract, containing a large number of source, collected from the Internet. A total of 10 a few packs of each package of dozens of megabytes. Content of the package: the beautiful C++ interface source code. Rar beautiful edit box rar screen magnifier source code zip screen monitor+ remote control+mfc+vc.rar screen video module programming source code zip screen video. Rar screen elf. Zip Colorful bubbles the bubble the Screensavers code. rar easy VC interface start the interface program zip full-screen playback AVI files rar full-screen playback flash animation start interface rar taskbar ultimate programming. rar three methods to retrieve processor information. zip depth anatomy remote management software to write. zip
Platform: | Size: 60800000 | Author: 李东波 | Hits:
« 1 2 3 4 5 6 78 9 »

CodeBus www.codebus.net